Skip to content

Commit

Permalink
Minor mod in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish committed Jun 9, 2024
1 parent 5d329a0 commit 0af67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
application_name: ${{ secrets.EB_APP_NAME }}
environment_name: ${{ secrets.EB_ENV_NAME }}
region: ${{ secrets.EB_REGION }}
version_label: "version-${{ github.run_number }}" #OR ${{ github.sha }}
# version_label: "version-${{ github.run_number }}" #OR ${{ github.sha }}
deployment_package: docker-compose.yml

0 comments on commit 0af67ea

Please sign in to comment.