Skip to content

Commit 6141b2f

Browse files
committed
Remove deploy script from CI workflow
1 parent f8d8231 commit 6141b2f

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,3 @@ jobs:
9696
LIBS=\$(ldd build/bin/wiki_service | awk '/=>/ {print \$3}' | grep '^/')
9797
sentry-cli debug-files upload --include-sources \$LIBS
9898
"
99-
100-
deploy:
101-
if: ${{ github.ref_name == 'master' || github.ref_name == 'deploy/staging' }}
102-
name: Deploy to server
103-
runs-on: ubuntu-latest
104-
needs: build
105-
environment: ${{ github.event_name == 'push' && github.ref_name == 'deploy/staging' && 'staging' || 'production' }}
106-
steps:
107-
- name: Execute remote SSH call
108-
uses: appleboy/[email protected]
109-
with:
110-
host: ${{ secrets.SSH_HOST }}
111-
username: ${{ secrets.SSH_USER }}
112-
key: ${{ secrets.SSH_KEY }}
113-
script: ${{ secrets.DEPLOY_SCRIPT }}

0 commit comments

Comments
 (0)