Skip to content

Commit 12651db

Browse files
committed
Fix pipeline
1 parent 8c872a4 commit 12651db

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v3
25-
- uses: actions/setup-node@v3
26-
with:
27-
node-version: '20'
28-
cache: 'npm'
29-
cache-dependency-path: ./cdn-config/package-lock.json
30-
3125
- uses: superfly/flyctl-actions/setup-flyctl@master
3226
- run: flyctl deploy --remote-only -c fly-dev.toml
3327
env:
3428
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_DEV }}
35-
- name: "Install deps"
36-
working-directory: ./cdn-config
37-
run: npm install

.github/workflows/deploy-prod.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: actions/setup-node@v3
22-
with:
23-
node-version: '20'
24-
cache: 'npm'
25-
cache-dependency-path: ./cdn-config/package-lock.json
26-
2721
- uses: superfly/flyctl-actions/setup-flyctl@master
2822
- run: flyctl deploy --remote-only
2923
env:
3024
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
31-
- name: "Install deps"
32-
working-directory: ./cdn-config
33-
run: npm install

0 commit comments

Comments
 (0)