Skip to content

fix: set proper AppIDs and Flags (#249) #43

fix: set proper AppIDs and Flags (#249)

fix: set proper AppIDs and Flags (#249) #43

Workflow file for this run

name: Deploying
on:
push:
branches:
- main
tags:
- 'v*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: SSH into server and deploy Pagu
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
cd source
git pull
bash ./deployment/deploy.sh