Skip to content

feat: add tag type artifact_state for science scan object (#9) #14

feat: add tag type artifact_state for science scan object (#9)

feat: add tag type artifact_state for science scan object (#9) #14

name: Build and deploy
on:
push:
branches: ["master"]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
- name: Deploy to server
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: dist/
remote_path: /home/${{ secrets.SSH_USER }}/odysseus/hansca/
remote_host: ${{ secrets.SSH_HOST }}
remote_user: ${{ secrets.SSH_USER }}
remote_key: ${{ secrets.SSH_KEY }}