Skip to content

Commit

Permalink
updated copilot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ingold authored Nov 8, 2023
1 parent 617fcc6 commit 2d0333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Update Deployment
if: github.ref == 'refs/heads/aws-deploy'
run: |
curl -L --output copilot-linux https://github.com/aws/copilot-cli/releases/download/v1.30.0/copilot-linux
curl -L --output copilot-linux https://github.com/aws/copilot-cli/releases/download/v1.30.1/copilot-linux
chmod +x copilot-linux
./copilot-linux svc deploy --env prod --force

0 comments on commit 2d0333d

Please sign in to comment.