Fix deployment configuration #23

Merged
remoll merged 7 commits from test/backend-deploy-pipeline into main 2024-09-22 12:31:22 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 2f901e008e - Show all commits

View File

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