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 88870ec commit ae5d911Copy full SHA for ae5d911
.github/workflows/CD-dev.yml
@@ -15,7 +15,7 @@ jobs:
15
username: ${{ secrets.SERVER_USERNAME_DEV }}
16
key: ${{ secrets.SERVER_KEY_DEV }}
17
script: |
18
- cd ~/moplus_server
+ cd ~/pointer_server
19
git checkout develop
20
kill -9 $(lsof -t -i :8080)
21
git add ../
.github/workflows/CD-prod.yml
@@ -14,7 +14,7 @@ jobs:
14
username: ${{ secrets.SERVER_USERNAME_PROD }}
key: ${{ secrets.SERVER_KEY_PROD}}
git checkout master
git add .
0 commit comments