Skip to content

Merge pull request #34 from helldivers-2/main #36

Merge pull request #34 from helldivers-2/main

Merge pull request #34 from helldivers-2/main #36

Workflow file for this run

name: Deploy
on:
push:
branches:
- production
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSHKEY }}
script: "cd /var/www/html/api.helldivers/ && ./.scripts/deploy.sh"