Skip to content

Commit

Permalink
Tweak migration from hubot to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Jun 6, 2023
1 parent 9908315 commit bebf9b6
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy.chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ jobs:
echo "deployment- id - ${{ needs.setup.outputs.deployment-id }} \n"
echo "sha-short - ${{ needs.setup.outputs.sha-short }} \n"

# update:
# name: Update
# uses: ./.github/workflows/server.update-config.yml
# needs: [setup]
# with:
# ref: ${{ needs.setup.outputs.config-tag }}
# cluster: ${{ needs.setup.outputs.cluster }}
# environment: ${{ needs.setup.outputs.environment }}
# namespace: ${{ needs.setup.outputs.release-namespace }}
# secrets:
# github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}
update:
name: Update
uses: ./.github/workflows/server.update-config.yml
if: ${{ needs.setup.outputs.config-tag }} != ''
needs: [setup]
with:
ref: ${{ needs.setup.outputs.config-tag }}
cluster: ${{ needs.setup.outputs.cluster }}
environment: ${{ needs.setup.outputs.environment }}
namespace: ${{ needs.setup.outputs.release-namespace }}
secrets:
github-token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }}

# deploy:
# name: Deploy
Expand Down

0 comments on commit bebf9b6

Please sign in to comment.