Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 49e4821

Browse files
committed
fix: workflow preprod
1 parent 91b48d1 commit 49e4821

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/preproduction.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }}
1212

1313
jobs:
14-
build:
15-
name: Build & Register application
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Use autodevops build and register
19-
uses: socialgouv/workflows/actions/build-image@v1
20-
with:
21-
token: ${{ secrets.GITHUB_TOKEN }}
22-
environment: preprod
23-
imagePackage: app
24-
2514
kontinuous:
2615
name: "Deploy on Kubernetes 🐳"
2716
needs: [build]

0 commit comments

Comments
 (0)