Skip to content

Commit

Permalink
testing auth
Browse files Browse the repository at this point in the history
  • Loading branch information
karlpothast committed Jun 2, 2024
1 parent e59c9d3 commit 03f68a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /var/www/html;
cd /var/www/apigen.net;
git pull origin master;

0 comments on commit 03f68a7

Please sign in to comment.