Skip to content

Commit

Permalink
ci: remove if from the production deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev committed Feb 29, 2024
1 parent 87c1de8 commit e9a6fa9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/prod-docker-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
fetch-depth: 0

- name: Production Deploy
if: ${{ steps.release.outputs.release_created }}
uses: aeternity/ae-github-actions/argocd-deploy@v4
with:
git-sha: ${{ steps.git-sha.outputs.GIT_SHA }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prod-docker-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
fetch-depth: 0

- name: Production Deploy
if: ${{ steps.release.outputs.release_created }}
uses: aeternity/ae-github-actions/argocd-deploy@v4
with:
git-sha: ${{ steps.git-sha.outputs.GIT_SHA }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production Dex Backend Release
name: Release Dex Backend

on:
push:
Expand Down

0 comments on commit e9a6fa9

Please sign in to comment.