File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ towlion/
1010 platform # Architecture docs and platform tools
1111 app-template # Template for bootstrapping new apps
1212 todo-app # Todo CRUD application
13- hello-world # Multi-app deployment test
14- starter-app # Created from app-template
1513 wit # Work Item Tracker (Kanban board)
1614```
1715
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ssh -i ~/.ssh/towlion-deploy-new deploy@<SERVER_HOST> "echo 'New key works'"
3333``` bash
3434NEW_KEY=$( cat ~ /.ssh/towlion-deploy-new)
3535
36- for repo in towlion/todo-app towlion/hello-world towlion/starter-app towlion/ wit; do
36+ for repo in towlion/todo-app towlion/wit; do
3737 gh secret set SERVER_SSH_KEY --repo " $repo " --body " $NEW_KEY "
3838 echo " Updated $repo "
3939done
@@ -74,5 +74,5 @@ ssh deploy@<SERVER_HOST> "wc -l ~/.ssh/authorized_keys"
7474# Should output: 1
7575
7676# Confirm deploy works
77- gh workflow run deploy.yml --repo towlion/hello-world
77+ gh workflow run deploy.yml --repo towlion/todo-app
7878```
You can’t perform that action at this time.
0 commit comments