Skip to content

Commit 48deba7

Browse files
committed
Remove autodeploy
1 parent d79c896 commit 48deba7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/python.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)