We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baca507 commit 3ded22fCopy full SHA for 3ded22f
.github/workflows/deploy.yml
@@ -18,12 +18,7 @@ jobs:
18
- name: Verify Railway CLI Version
19
run: railway --version
20
21
- - name: Ensure Project Exists
+ - name: Deploy Application
22
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
+ echo "Deploying logistics-app to profound-sparkle"
+ railway up
0 commit comments