mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-17 09:45:16 +00:00
add ssh password
This commit is contained in:
parent
684edea43b
commit
953acc2af4
3
.github/workflows/upload.yml
vendored
3
.github/workflows/upload.yml
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
name: CI
|
||||
|
||||
# Controls when the action will run.
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
push:
|
||||
@ -28,6 +28,7 @@ jobs:
|
||||
host: https://based.cooking
|
||||
username: based
|
||||
key: ${{ secrets.based_ssh }}
|
||||
password: ${{ secrets.based_ssh_pass }}
|
||||
script: |
|
||||
cd repo
|
||||
git pull --force origin master
|
||||
|
Loading…
x
Reference in New Issue
Block a user