Skip to content

Merge pull request #35 from Shirkit/main #25

Merge pull request #35 from Shirkit/main

Merge pull request #35 from Shirkit/main #25

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