Delete update-wishthis-instances.yml
This commit is contained in:
parent
242d5c6a68
commit
a85ca564a9
1 changed files with 0 additions and 18 deletions
18
.github/update-wishthis-instances.yml
vendored
18
.github/update-wishthis-instances.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
name: Update wishthis instances
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: git pull
|
||||
uses: garygrossgarten/github-action-ssh@release
|
||||
with:
|
||||
command: ${{ secrets.SSH_COMMAND }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
password: ${{ secrets.SSH_PASSWORD }}
|
||||
env:
|
||||
CI: true
|
Loading…
Reference in a new issue