We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4aa47 + bdd6a27 commit 171c5eeCopy full SHA for 171c5ee
.github/workflows/deploy.yml
@@ -67,9 +67,10 @@ jobs:
67
68
- name: Install AWS Copilot CLI
69
run: |
70
- curl -Lo copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux
71
- chmod +x copilot
72
- sudo mv copilot /usr/local/bin/copilot
+ mkdir -p ./.tools
+ curl -Lo ./.tools/copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux
+ chmod +x ./.tools/copilot
73
+ sudo mv ./.tools/copilot /usr/local/bin/copilot
74
75
- name: Deploy web Service
76
0 commit comments