Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 authored Sep 16, 2023
1 parent 131dfe4 commit f621914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
PEM: ${{secrets.PEM}}

- name: Doing the magic now
run: ssh -i tcp.pem [email protected] "cd /home && sudo mkdir hui && sudo systemctl restart nginx"
run: ssh StrictHostKeyChecking=no -i tcp.pem [email protected] "cd /home && sudo mkdir hui && ls &&"

- name: LIVE!!!
run: echo "Site is Live!🚀🚀🚀"

0 comments on commit f621914

Please sign in to comment.