Compare commits

..

No commits in common. "publish" and "master" have entirely different histories.

39 changed files with 22 additions and 6 deletions

View 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

View file

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

View file

@ -1,4 +1,4 @@
name: Update
name: Update the stickers
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