Skip to content

Commit a3dfc18

Browse files
Saad NadeemSaad Nadeem
authored andcommitted
some-fixes-10
1 parent 2a07329 commit a3dfc18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Verify Railway CLI Version
1919
run: railway --version
2020

21-
- name: Install Docker Compose
21+
- name: Deploy Frontend Service
2222
run: |
23-
sudo apt-get update
24-
sudo apt-get install -y docker-compose
23+
echo "Deploying frontend service"
24+
railway up --service frontend
2525
26-
- name: Deploy with Docker Compose
26+
- name: Deploy Backend Service
2727
run: |
28-
echo "Deploying profound-sparkle with docker-compose"
29-
railway run --service profound-sparkle docker-compose up --build -d
28+
echo "Deploying backend service"
29+
railway up --service backend

0 commit comments

Comments
 (0)