Skip to content

Commit

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

0 comments on commit d8fb444

Please sign in to comment.