Skip to content

Commit

Permalink
change ssh user to ga from root
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Aug 30, 2024
1 parent 7e6ffa0 commit 611bfcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: root
username: ga
key: ${{ secrets.SSH_KEY }}
script: |
cd ./infra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: root
username: ga
key: ${{ secrets.SSH_KEY }}
script: |
cd ./infra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: root
username: ga
key: ${{ secrets.SSH_KEY }}
script: |
cd ./infra
Expand Down

0 comments on commit 611bfcf

Please sign in to comment.