Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
ed961af938 | |||
e4e7c2a07b | |||
4036bd4528 | |||
012fbfc416 | |||
5119c2065b |
|
@ -1,15 +0,0 @@
|
||||||
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,10 +1,9 @@
|
||||||
name: Update the stickers
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: ["Update the stickers"]
|
branches:
|
||||||
branches: [publish]
|
- "publish"
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Update the stickers
|
name: Update
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
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 |