Skip to content

Commit 07a88d6

Browse files
committed
Prepare final version for main branch of backend deployment
1 parent a9e1a18 commit 07a88d6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Deploy Feed Data Service
33
on:
44
push:
55
branches:
6-
- feature/backend-deployment
6+
- main
77
workflow_dispatch:
88

99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12-
environment: ${{ github.ref == 'refs/heads/feature/backend-deployment' && 'production' || 'staging' }}
12+
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
1313

1414
steps:
1515
- name: Checkout code

backend/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
feed-data:
53
build:

0 commit comments

Comments
 (0)