Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit b80b21a

Browse files
authored
Merge pull request #28 from githubtraining/fix-node-runtime
Fix course so it can use proper Node runtime
2 parents af90bdc + 52e691d commit b80b21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responses/10_deploy-prod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: public
5656

5757
- name: Deploy to AWS
58-
uses: docker://admiralawkbar/aws-nodejs:latest
58+
uses: github/deploy-nodejs@master
5959
env:
6060
AWS_ACCESS_KEY: {% raw %}${{ secrets.AWS_ACCESS_KEY }}{% endraw %}
6161
AWS_SECRET_KEY: {% raw %}${{ secrets.AWS_SECRET_KEY }}{% endraw %}

responses/11_workflow-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
path: public
7777

7878
- name: Deploy to AWS
79-
uses: docker://admiralawkbar/aws-nodejs:latest
79+
uses: github/deploy-nodejs@master
8080
env:
8181
AWS_ACCESS_KEY: {% raw %}${{ secrets.AWS_ACCESS_KEY }}{% endraw %}
8282
AWS_SECRET_KEY: {% raw %}${{ secrets.AWS_SECRET_KEY }}{% endraw %}

0 commit comments

Comments
 (0)