Skip to content

Commit

Permalink
preprod deployment of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed May 24, 2024
1 parent 24b5037 commit 8c790b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
server: '${{ secrets.CAPROVER_SERVER }}'
app: ${{ github.ref == 'refs/heads/main' && secrets.MAIN_APP_NAME || secrets.APP_NAME }}
token: '${{ secrets.APP_TOKEN }}'
token: ${{ github.ref == 'refs/heads/main' && secrets.MAIN_APP_TOKEN || secrets.APP_TOKEN }}

0 comments on commit 8c790b4

Please sign in to comment.