fix: teste de deploy
All checks were successful
Deploy QR Rapido / test (push) Successful in 55s
Deploy QR Rapido / build-and-push (push) Successful in 6m35s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m19s

This commit is contained in:
Ricardo Carneiro 2025-09-21 22:02:30 -03:00
parent 9ba6da6270
commit b4b87f42c1

View File

@ -45,7 +45,7 @@ jobs:
build-and-push: build-and-push:
needs: test needs: test
runs-on: ubuntu-latest runs-on: [self-hosted, arm64, bcards]
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
steps: steps:
@ -75,7 +75,7 @@ jobs:
deploy-staging: deploy-staging:
needs: build-and-push needs: build-and-push
runs-on: ubuntu-latest runs-on: [self-hosted, arm64, bcards]
if: github.ref == 'refs/heads/develop' if: github.ref == 'refs/heads/develop'
steps: steps: