File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -110,23 +110,3 @@ jobs:
110110 run : bash scripts/deploy_docker.sh ${GITHUB_REF##*/}
111111 env :
112112 DOCKERHUB_PROJECT : safe-relay-service
113- autodeploy :
114- runs-on : ubuntu-latest
115- needs : [docker-deploy]
116- if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/')
117- steps :
118- - uses : actions/checkout@v3
119- - name : Deploy Staging
120- if : github.ref == 'refs/heads/master'
121- run : bash scripts/autodeploy.sh
122- env :
123- AUTODEPLOY_URL : ${{ secrets.AUTODEPLOY_URL }}
124- AUTODEPLOY_TOKEN : ${{ secrets.AUTODEPLOY_TOKEN }}
125- TARGET_BRANCH : " staging"
126- - name : Deploy Develop
127- if : github.ref == 'refs/heads/develop'
128- run : bash scripts/autodeploy.sh
129- env :
130- AUTODEPLOY_URL : ${{ secrets.AUTODEPLOY_URL }}
131- AUTODEPLOY_TOKEN : ${{ secrets.AUTODEPLOY_TOKEN }}
132- TARGET_BRANCH : " develop"
You can’t perform that action at this time.
0 commit comments