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 af90bdc + 52e691d commit b80b21aCopy full SHA for b80b21a
2 files changed
responses/10_deploy-prod.md
@@ -55,7 +55,7 @@ jobs:
55
path: public
56
57
- name: Deploy to AWS
58
- uses: docker://admiralawkbar/aws-nodejs:latest
+ uses: github/deploy-nodejs@master
59
env:
60
AWS_ACCESS_KEY: {% raw %}${{ secrets.AWS_ACCESS_KEY }}{% endraw %}
61
AWS_SECRET_KEY: {% raw %}${{ secrets.AWS_SECRET_KEY }}{% endraw %}
responses/11_workflow-steps.md
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments