mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Test deploy
This commit is contained in:
parent
0b4c889fed
commit
f76428e8f7
32
.github/workflows/deploy.yml
vendored
32
.github/workflows/deploy.yml
vendored
@ -10,16 +10,30 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build Repository
|
- name: Checkout Repository
|
||||||
uses: billsonnn/nitro-react@master
|
uses: actions/checkout@v2
|
||||||
env:
|
with:
|
||||||
HOST: ${{ secrets.HOST }}
|
repository: 'billsonnn/nitro-react@dev'
|
||||||
USERNAME: ${{ secrets.USERNAME }}
|
- name: Install & Build
|
||||||
PORT: ${{ secrets.PORT }}
|
|
||||||
KEY: ${{ secrets.SSHKEY }}
|
|
||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
source: "."
|
run: |
|
||||||
|
npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev
|
||||||
|
npm i
|
||||||
|
npm run build
|
||||||
|
- name: Archive Artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
build
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.HOST }}
|
||||||
|
port: ${{ secrets.PORT }}
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
key: ${{ secrets.SSHKEY }}
|
||||||
|
path: |
|
||||||
|
build
|
||||||
target: "/var/www/nitrots.co/domains/prod.nitrots.co/html"
|
target: "/var/www/nitrots.co/domains/prod.nitrots.co/html"
|
||||||
run: npm run build:prod
|
|
||||||
|
Loading…
Reference in New Issue
Block a user