Skip to content

Commit

Permalink
Update prod-build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferjoya authored Nov 6, 2023
1 parent 649464f commit d32ad50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ssh-keyscan -p ${{ secrets.SSH_PORT}} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts

- name: Copy Build Artifact using Rsync
run: rsync -avz -e "ssh -p ${{ secrets.SSH_PORT }}" shiksha-ui.tar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/home/ubuntu/shiksha-ui.tar
run: rsync -avz -e "ssh -p ${{ secrets.SSH_PORT }}" shiksha-ui.tar ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/root/shiksha-ui.tar

- name: Unzip Artifact to Correct Locations to Deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit d32ad50

Please sign in to comment.