We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c7ca8 commit f4e0ef3Copy full SHA for f4e0ef3
.github/workflows/deploy-to-vps.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: docker/setup-buildx-action@v3
19
20
- name: Deploy with rsync
21
- run: rsync -avz . ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/ec2-user/
+ run: rsync -avz . ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }}:/home/ec2-user/
22
23
- name: install utilities
24
run: |
@@ -50,6 +50,3 @@ jobs:
50
51
- name: Adding Known Hosts
52
run: ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts
53
-
54
- - name: Deploy with rsync
55
- run: rsync -avz .images/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/ec2-user/
0 commit comments