File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments