Skip to content

Merge pull request #1 from SlovakNationalGallery/NSNG-619-osmani-setup #1

Merge pull request #1 from SlovakNationalGallery/NSNG-619-osmani-setup

Merge pull request #1 from SlovakNationalGallery/NSNG-619-osmani-setup #1

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run generate
- name: Copy files via SSH
uses: appleboy/[email protected]
with:
host: webumenia.sk
username: lab_sng
key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
source: .output/public/*
strip_components: 2
target: /var/www/stex-touch/osmani