We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf6924 commit 05f26edCopy full SHA for 05f26ed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Deploy to Server
22
run: |
23
- ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST_CATDEV }} '
+ ssh -o StrictHostKeyChecking=no -p 2324 ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST_CATDEV }} '
24
cd PP-manager &&
25
git pull &&
26
if git diff --quiet HEAD^ HEAD -- backend && git diff --quiet HEAD^ HEAD -- docker-compose.yml; then
0 commit comments