Skip to content

Commit

Permalink
added username for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Dec 11, 2024
1 parent f65d6cd commit bf86936
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.GOOGLE_CLOUD_IP }}
username: ${{ secrets.GOOGLE_CLOUD_SSH_USER }}
key: ${{ secrets.GOOGLE_PRIVATE_SSH }}
script: |
cd ukraine_alarm_map/deploy/
Expand All @@ -65,6 +66,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.GOOGLE_CLOUD_IP }}
username: ${{ secrets.GOOGLE_CLOUD_SSH_USER }}
key: ${{ secrets.GOOGLE_PRIVATE_SSH }}
script: |
cd ukraine_alarm_map/deploy/
Expand All @@ -77,6 +79,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.GOOGLE_CLOUD_IP }}
username: ${{ secrets.GOOGLE_CLOUD_SSH_USER }}
key: ${{ secrets.GOOGLE_PRIVATE_SSH }}
script: |
cd ukraine_alarm_map/deploy/
Expand All @@ -89,6 +92,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.GOOGLE_CLOUD_IP }}
username: ${{ secrets.GOOGLE_CLOUD_SSH_USER }}
key: ${{ secrets.GOOGLE_PRIVATE_SSH }}
script: |
cd ukraine_alarm_map/deploy/
Expand Down

0 comments on commit bf86936

Please sign in to comment.