Create update-wishthis-instances.yml
This commit is contained in:
parent
c049d942e9
commit
764daba716
1 changed files with 18 additions and 0 deletions
18
.github/update-wishthis-instances.yml
vendored
Normal file
18
.github/update-wishthis-instances.yml
vendored
Normal 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
|
Loading…
Reference in a new issue