Skip to content

Commit c9d3e04

Browse files
authored
Update rosti_deploy.yml
1 parent 6dfb678 commit c9d3e04

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/rosti_deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
HOST: ssh.rosti.cz
1414
USER: app
1515
PORT: 13988
16-
NODE_VERSION: 22.9.0
1716
steps:
1817
- uses: actions/checkout@v3
1918
- uses: actions/setup-node@v3
@@ -30,15 +29,6 @@ jobs:
3029
cat << EOF > .env
3130
${{ secrets.ENV }}
3231
EOF
33-
- name: Dependencies
34-
run: |
35-
npm install
36-
- name: Build
37-
run: |
38-
npm run build
39-
- name: Setup Node.js
40-
run: |
41-
ssh -o UserKnownHostsFile=./known_hosts -p $PORT $USER@$HOST /usr/local/bin/rosti node $NODE_VERSION
4232
- name: Setup Supervisord
4333
run: |
4434
cat << EOF > rosti.app.conf

0 commit comments

Comments
 (0)