Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclapham authored Sep 7, 2024
1 parent ec4b4dd commit d689413
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ jobs:
- name: Go build
run: go build

- name: Copy to server via SCP
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "./qrsync_server"
target: "/var/www/qrsync_server"
- run: ls -l

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.0.3
Expand Down

0 comments on commit d689413

Please sign in to comment.