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 f8d8231 commit 6141b2fCopy full SHA for 6141b2f
1 file changed
.github/workflows/docker-publish.yml
@@ -96,18 +96,3 @@ jobs:
96
LIBS=\$(ldd build/bin/wiki_service | awk '/=>/ {print \$3}' | grep '^/')
97
sentry-cli debug-files upload --include-sources \$LIBS
98
"
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