Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luhas21 committed Apr 5, 2024
1 parent 66203a2 commit 5def279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
echo -n "$KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
rsync -av --delete -e "ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/plugins/goout-events/ $USER@$HOST:/var/www/html/wp-content/plugins/goout-events
rsync -av --delete -e "ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/themes/plain-theme $USER@$HOST:/var/www/html/wp-content/themes/plain-theme
rsync -av --delete -e "ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/themes/plain-theme/ $USER@$HOST:/var/www/html/wp-content/themes/plain-theme

0 comments on commit 5def279

Please sign in to comment.