We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43baf6 commit 9627a1fCopy full SHA for 9627a1f
.github/workflows/dev.yml
@@ -49,7 +49,7 @@ jobs:
49
run: cp appspec/appspec-dev.yml appspec.yml
50
51
- name: copy scripts
52
- run: cp dev-scripts/after-deploy.sh scripts/after-deploy.sh
+ run: mkdir -p scripts && cp dev-scripts/after-deploy.sh scripts/after-deploy.sh
53
54
- name: build server files
55
working-directory: ./
0 commit comments