You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Configure aws-cli credentials with aws configure
110
110
1. Install Python 3
111
111
1.```pip install boto3 PyYaml```
112
-
1. Update the region, domain_name, and stack_name variables in create-website.py
113
-
1.```py create-website.py```
112
+
1. Update the region, domain_name, and stack_name variables in update-website.py
113
+
1.```py update-website.py```
114
+
115
+
### Using GitHub actions
116
+
117
+
1. Update the region, domain_name, and stack_name variables in update-website.py
118
+
1. Go to your repository -> Settings -> Secrets and variables -> Actions -> New repository secret (ex: https://github.com/Gelean/website/settings/secrets/actions)
119
+
1. Add a key titled AWS_ACCESS_KEY_ID with your AWS access key
120
+
1. Add a key titled AWS_SECRET_ACCESS_KEY with your AWS secret access key
121
+
1. Make a commit and confirm the GitHub actions fired off correctly
114
122
115
123
## Docker image
116
124
@@ -124,7 +132,6 @@ My personal website files for www.elderek.com and www.derekmelder.com
0 commit comments