We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b669f96 commit ffdfc6eCopy full SHA for ffdfc6e
2 files changed
.github/workflows/deploy-production.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
deploy:
9
- runs-on: authenticator-backend
+ runs-on: authenticator
10
11
steps:
12
- uses: actions/checkout@v5
docker-compose-prod.yml
@@ -1,7 +1,7 @@
1
services:
2
app:
3
build: .
4
- container_name: mfa-service
+ container_name: mfa-service-prod
5
environment:
- NODE_ENV=production
- REDIS_URL=redis://redis:6379
0 commit comments