must be this format?
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Failing after 39s
Build and deploy the backend to staging / Deploy to production (pull_request) Failing after 8s

This commit is contained in:
Remy Moll 2024-09-21 13:14:11 +02:00
parent 2f901e008e
commit 0e3f56a131
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ name: Build and deploy the backend to production
jobs:
build-and-push:
name: Build and push image
uses: anydev/anyway/.gitea/workflows/workflow_build-image.yaml
uses: ./.gitea/workflows/workflow_build-image.yaml
with:
tag: stable
secrets:
@ -16,7 +16,7 @@ jobs:
deploy-prod:
name: Deploy to production
uses: anydev/anyway/.gitea/workflows/workflow_deploy-container.yaml
uses: ./.gitea/workflows/workflow_deploy-container.yaml
with:
environment: prod
secrets:

View File

@ -10,7 +10,7 @@ name: Build and deploy the backend to staging
jobs:
build-and-push:
name: Build and push image
uses: anydev/anyway/.gitea/workflows/workflow_build-image.yaml
uses: ./.gitea/workflows/workflow_build-image.yaml
with:
tag: unstable
secrets:
@ -18,7 +18,7 @@ jobs:
deploy-prod:
name: Deploy to production
uses: anydev/anyway/.gitea/workflows/workflow_deploy-container.yaml
uses: ./.gitea/workflows/workflow_deploy-container.yaml
with:
environment: stg
secrets: