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 f9d47cf commit b2c933bCopy full SHA for b2c933b
.github/scripts/deploy_deepgit.sh
@@ -21,9 +21,3 @@ pip install -r requirements.txt
21
sudo systemctl restart nginx
22
sudo systemctl restart gunicorn
23
24
-# check bash status
25
-if [[ $? -eq 0 ]]; then
26
- echo "Script succeeded"
27
-else
28
- echo "Script failed"
29
-fi
.github/workflows/deploy_gcp.yml
@@ -30,8 +30,3 @@ jobs:
30
zone: 'us-central1-f'
31
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
32
script: ${{ github.workspace }}/.github/scripts/deploy_deepgit.sh
33
-
34
- - id: 'test'
35
- run: |-
36
- echo '${{ steps.compute-ssh.outputs.stdout }}'
37
- echo '${{ steps.compute-ssh.outputs.stderr }}'
0 commit comments