Skip to content

Commit

Permalink
add: remote run test
Browse files Browse the repository at this point in the history
  • Loading branch information
niazhussain committed Oct 23, 2023
1 parent bbfa8ea commit d948b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RemoteServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
# run: scp -i ${{ secrets.SSH_PRIVATE_KEY }} docker-compose.yml user@remotehost:/path/to/remote/folder

- name: SSH into Remote Server
run: ssh -i ${{ secrets.SSH_KEY_AUTOTEST }} [email protected] 'cd /home/jay/parachain-launch/yoyo && sudo docker compose down -v && sudo docker compose up -d --build --remove-orphans'
run: ssh [email protected] 'cd /home/jay/parachain-launch/yoyo && sudo docker compose down -v && sudo docker compose up -d --build --remove-orphans'

0 comments on commit d948b48

Please sign in to comment.