Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Apr 7, 2022
1 parent edb887f commit 3bdfed6
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,14 @@ jobs:
project: ${{ env.project }}
imageName: ${{ env.project }}/app
token: ${{ secrets.GITHUB_TOKEN }}
##############################################################################
## GENERATE KUBERNETES MANIFESTS
##############################################################################
manifests:
name: Generate k8s manifests
runs-on: ubuntu-latest
steps:
- name: Use k8s manifests generation
uses: SocialGouv/actions/autodevops-manifests@v1
with:
environment: "dev"
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
pgUserSecretPrefix: pg-user


##############################################################################
## DEPLOY APPLICATION OVER KUBERNETES
##############################################################################
deploy:
name: Deploy application
runs-on: ubuntu-latest
needs: [register, manifests]
needs: [register]
steps:
- uses: SocialGouv/kube-workflow@master
with:
Expand Down

0 comments on commit 3bdfed6

Please sign in to comment.