Skip to content

Merge pull request #2492 from RaiderIO/development #207

Merge pull request #2492 from RaiderIO/development

Merge pull request #2492 from RaiderIO/development #207

Workflow file for this run

# Dummy commits done: 2
name: Live Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy to Live
runs-on: ubuntu-latest
if: github.actor == 'Wotuu'
steps:
- uses: actions/checkout@v4
- name: Composer install
uses: php-actions/composer@v6
with:
php_version: "8.2"
args: "--ignore-platform-req=ext-lua --ignore-platform-req=ext-zip --ignore-platform-req=ext-pcntl"
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.DEPLOYER_PAT }}"} }'
- name: Setup Deployer
uses: atymic/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOYER_SSH_PRIVATE_KEY }}
ssh-known-hosts: ${{ secrets.DEPLOYER_SSH_KNOWN_HOSTS }}
- name: Deploy
run: dep deploy live.keystone.guru -vvv