Don't link the XL and Dalamud server for Penumbra plugin testing #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push to GCP | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: deploy franzbot | |
uses: fifsky/ssh-action@master | |
with: | |
command: | | |
cd ~/franzbot-reborn | |
git pull | |
host: 35.212.198.25 | |
user: reiichi001 | |
key: ${{ secrets.PRIVATE_KEY}} |