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
|
||||
|
||||
steps:
|
||||
- name: Build Repository
|
||||
uses: billsonnn/nitro-react@master
|
||||
env:
|
||||
HOST: ${{ secrets.HOST }}
|
||||
USERNAME: ${{ secrets.USERNAME }}
|
||||
PORT: ${{ secrets.PORT }}
|
||||
KEY: ${{ secrets.SSHKEY }}
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'billsonnn/nitro-react@dev'
|
||||
- name: Install & Build
|
||||
with:
|
||||
node-version: '14.x'
|
||||
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"
|
||||
run: npm run build:prod
|
||||
|
Loading…
Reference in New Issue
Block a user