Skip to content

Merge pull request #77 from fiit-tp7-2023/update-gh-actions #11

Merge pull request #77 from fiit-tp7-2023/update-gh-actions

Merge pull request #77 from fiit-tp7-2023/update-gh-actions #11

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: SSH into the server, Github pull and update Docker setup
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script_stop: true
script: /mnt/disk/deploy-scripts/presentation-web-frontend.sh