Skip to content

Commit 3ded22f

Browse files
Saad NadeemSaad Nadeem
authored andcommitted
some-fixes-8
1 parent baca507 commit 3ded22f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/deploy.yml

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

21-
- name: Ensure Project Exists
21+
- name: Deploy Application
2222
run: |
23-
echo "Linking to profound-sparkle"
24-
railway project profound-sparkle || railway project create --name profound-sparkle
25-
26-
- name: Deploy Application with Docker Compose
27-
run: |
28-
echo "Deploying logistics-app with docker-compose"
29-
railway run docker-compose up --build -d
23+
echo "Deploying logistics-app to profound-sparkle"
24+
railway up

0 commit comments

Comments
 (0)