Compare commits

..

5 commits

Author SHA1 Message Date
ed961af938 .
All checks were successful
Update / update (push) Successful in 5s
Publish / publish (push) Successful in 21s
2025-01-27 13:41:06 -08:00
e4e7c2a07b .
All checks were successful
Update / update (push) Successful in 9s
Publish / publish (push) Successful in 37s
2025-01-27 13:21:49 -08:00
4036bd4528 .
All checks were successful
Update / update (push) Successful in 5s
2025-01-27 13:20:30 -08:00
012fbfc416 .
All checks were successful
Update the stickers / update (push) Successful in 8s
2025-01-27 13:19:22 -08:00
5119c2065b .
All checks were successful
Update the stickers / update (push) Successful in 6s
2025-01-27 13:18:09 -08:00
39 changed files with 6 additions and 22 deletions

View file

@ -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

View file

@ -1,10 +1,9 @@
name: Update the stickers
name: Publish
on:
workflow_run:
workflows: ["Update the stickers"]
branches: [publish]
types:
- completed
push:
branches:
- "publish"
jobs:
publish:

View file

@ -1,4 +1,4 @@
name: Update the stickers
name: Update
on:
push:
branches:

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 419 B

View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB