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

Commit

Permalink
Update production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Dec 18, 2023
1 parent 9f33b95 commit 355fee1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }}

jobs:
build-api:
name: Build API
runs-on: ubuntu-latest
steps:
- name: Use autodevops build and register
uses: socialgouv/workflows/actions/build-image@v1
with:
imagePackage: api
token: ${{ secrets.GITHUB_TOKEN }}
environment: prod
dockerfile: ./api/Dockerfile
dockercontext: ./api
dockerbuildargs: |
PRODUCTION=true
kontinuous:
name: "Deploy on Kubernetes 🐳"
needs: [build-api]
uses: socialgouv/workflows/.github/workflows/use-ks-gh-production.yaml@v1
secrets: inherit

0 comments on commit 355fee1

Please sign in to comment.