Skip to content

Commit

Permalink
fix stage name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgharbi-globalpos committed Nov 20, 2023
1 parent 0569e29 commit a61b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
images: '[{"name": "gol2-indexer","image":{"registry_type": "DOCR","repository": "gol2-indexer","tag": "${{ env.tag }}"}}]'

Deploy-dev:
Deploy-production:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
needs: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit a61b771

Please sign in to comment.