We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83dde8 commit c43baf6Copy full SHA for c43baf6
.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.yml scripts/after-deploy.yml
+ run: cp dev-scripts/after-deploy.sh scripts/after-deploy.sh
53
54
- name: build server files
55
working-directory: ./
0 commit comments