File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v7
13+ - name : Checkout
14+ uses : actions/checkout@v4
1415
15- - name : Use Node.js 20.x
16+ - name : Use Node.js 20
1617 uses : actions/setup-node@v6
1718 with :
18- node-version : " 20.x "
19+ node-version : " 20"
1920
2021 - name : Install dependencies
21- run : npm install
22+ run : npm ci
2223
23- # docker setup - part 1
24+ # Docker setup
2425 - name : Set up Docker Buildx
2526 uses : docker/setup-buildx-action@v4
2627
27- # docker setup - part 2
2828 - name : Login to GitHub Container Registry
2929 uses : docker/login-action@v4
3030 with :
4141 sed -i 's|proj_fyeypkhgyaejpiweobwq|proj_detlmirwqqmzxiwbjkht|g' ./src/trigger.config.ts
4242 sudo apt-get update && sudo apt-get install -y util-linux
4343 script -q -e -c "bash -c 'npx trigger.dev@4.4.6 login -a $TRIGGER_SERVER_URL --profile self-hosted'"
44- echo y | script -q -e -c "bash -c 'npx trigger.dev@trigger.dev@ 4.4.6 deploy --env staging --profile self-hosted --push -c ./src/trigger.config.ts'"
44+ echo y | script -q -e -c "bash -c 'npx trigger.dev@4.4.6 deploy --env staging --profile self-hosted --push -c ./src/trigger.config.ts'"
You can’t perform that action at this time.
0 commit comments