Skip to content

Commit 57ef864

Browse files
feat: prod
1 parent ad15b0b commit 57ef864

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-and-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- "v*.*.*"
77

88
jobs:
99
build-release:
@@ -21,13 +21,13 @@ jobs:
2121
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: '14.x'
24+
node-version: "14.x"
2525

2626
- run: npm install
2727

2828
- name: Build dist/ folder
2929
run: NODE_ENV=production npm run build
30-
30+
3131
- name: Build release zip archive
3232
run: |
3333
sudo apt-get install zip
@@ -64,10 +64,10 @@ jobs:
6464
needs: build-release
6565

6666
steps:
67-
- name: Deploy to dev.cssninja.io
67+
- name: Deploy to cssninja.io
6868
uses: appleboy/ssh-action@master
6969
with:
70-
host: dev.cssninja.io
70+
host: cssninja.io
7171
username: ci
7272
key: ${{ secrets.SSH_PRIVATE_KEY }}
7373
script_stop: true

0 commit comments

Comments
 (0)