Skip to content

Switch to restart

Switch to restart #7

Workflow file for this run

---
name: Build and Deploy
on:
push:
branches:
- 'master'
- 'github-actions-docker-build' # until this is debugged, remove before merging
jobs:
#docker:
# uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
# with:
# tag: latest
# secrets: inherit
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: install
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script: |
restart