We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc6092 commit bfa45e1Copy full SHA for bfa45e1
.github/workflows/deploy-production.yml
@@ -23,8 +23,9 @@ jobs:
23
tools: composer:v2
24
coverage: none
25
26
- # Step 3: Install project dependencies
+ # Step 3: Navigate to the backend and install dependencies
27
- name: Install Dependencies
28
+ working-directory: ./backend
29
run: composer install --no-dev --no-progress --no-scripts --optimize-autoloader
30
31
# Step 4: Install Vapor CLI
@@ -37,6 +38,7 @@ jobs:
37
38
39
# Step 6: Deploy to the Vapor Production Environment
40
- name: Deploy to Production
41
42
run: vapor deploy production
43
env:
44
VAPOR_API_TOKEN: ${{ secrets.VAPOR_API_TOKEN }}
0 commit comments