Skip to content

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin op iMac committed Oct 31, 2023
1 parent e7dac95 commit 4b93591
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
username: ${{ secrets.WINC_USER_NAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
sh ./deploy.sh
run: |
systemctl enable --now farm
cd /var/www/flask/
git pull origin main
echo "done"

0 comments on commit 4b93591

Please sign in to comment.