Create update-wishthis-instances.yml

This commit is contained in:
Jay Trees 2022-04-08 16:46:08 +02:00
parent c049d942e9
commit 764daba716

18
.github/update-wishthis-instances.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Update wishthis instances
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: git pull
uses: garygrossgarten/github-action-ssh@release
with:
command: git pull
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
env:
CI: true