Skip to content

Merge branch 'main' of https://github.com/Kejax/Helldivers-War-Histor… #15

Merge branch 'main' of https://github.com/Kejax/Helldivers-War-Histor…

Merge branch 'main' of https://github.com/Kejax/Helldivers-War-Histor… #15

Workflow file for this run

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