Skip to content

hotfix: well unless-stopped is better #30

hotfix: well unless-stopped is better

hotfix: well unless-stopped is better #30

Workflow file for this run

name: Deploy
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Executing remote deploy commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSHKEY }}
script: |
cd webs/femtolink.jaumelopez.dev
git pull
sail up -d --build
bash start.sh