Skip to content

Commit

Permalink
build on server
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Apr 23, 2024
1 parent 04a401f commit 3250009
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
ssh-keyscan -H ${{ secrets.SERVER_HOST }} >> ~/.ssh/known_hosts
# delete folder in temp staging directory if it exists
ssh ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }};"
# navigate to deploy script
cd ~;
# run script
./deploy.sh
"
ssh ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }} "\
cd ~; \
./deploy.sh"

0 comments on commit 3250009

Please sign in to comment.