Compare commits
No commits in common. "publish" and "master" have entirely different histories.
15
.forgejo/workflows/deploy.yml.disabled
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Deploy to Server
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install/Update SSH
|
||||
run: apt install openssh-client
|
||||
- name: SSH into the Server
|
||||
run: ssh-rsa -p ${{ secrets.SSH_PUB }} stickers@192.168.1.107
|
||||
- name: Set the directory
|
||||
run: cd stickerpicker
|
||||
- name: Pull changes
|
||||
run: git pull
|
|
@ -1,9 +1,10 @@
|
|||
name: Publish
|
||||
|
||||
name: Update the stickers
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "publish"
|
||||
workflow_run:
|
||||
workflows: ["Update the stickers"]
|
||||
branches: [publish]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Update
|
||||
name: Update the stickers
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |