Skip to content

Commit ffdfc6e

Browse files
committed
Corrections
1 parent b669f96 commit ffdfc6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: authenticator-backend
9+
runs-on: authenticator
1010

1111
steps:
1212
- uses: actions/checkout@v5

docker-compose-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
app:
33
build: .
4-
container_name: mfa-service
4+
container_name: mfa-service-prod
55
environment:
66
- NODE_ENV=production
77
- REDIS_URL=redis://redis:6379

0 commit comments

Comments
 (0)