Skip to content

Commit

Permalink
chore(workflows): Remove db restore from prepod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Nov 29, 2021
1 parent ac0b21c commit 565cd73
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/preproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}

##############################################################################
## RESTORE DATABASE
##############################################################################
restore-db:
name: Restore database
runs-on: ubuntu-latest
needs: deploy
steps:

- name: Use autodevops database restore
uses: SocialGouv/actions/autodevops-restore-db@v1
with:
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}

0 comments on commit 565cd73

Please sign in to comment.