Skip to content

dry up lerp

dry up lerp #18

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy using SSH
uses: appleboy/[email protected]
with:
host: ${{ secrets.VPS_ADDRESS }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd survive-the-night-game
git pull
docker compose up -d --build