Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2002 authored Jun 3, 2024
1 parent 59ab8d2 commit 29e9667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Copy files to server
uses: appleboy/scp-action@master
with:
host: 20.196.93.167
host: web.blbt.app
username: team1
password: ${{ secrets.SSH_PASSWORD }}
port: 22
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Restarting Server
uses: appleboy/ssh-action@master
with:
host: 20.196.93.167
host: web.blbt.app
username: team1
password: ${{ secrets.SSH_PASSWORD }}
script: |
Expand Down

0 comments on commit 29e9667

Please sign in to comment.