Skip to content

Instantly share code, notes, and snippets.

View doreybenjamin's full-sized avatar
🎯
Focusing

Dorey Benjamin doreybenjamin

🎯
Focusing
View GitHub Profile
@doreybenjamin
doreybenjamin / gist:6ab21d0633f51c74548baa2dcf3e1e9d
Last active October 21, 2024 10:28
Deploy to Kinsta Github Actions Bedrock/Sage9
#Go in your kinsta serv with ssh in terminal and make this two steps :
#1: cat ~/.ssh/id_rsa.pub and copy paste in user setting in kinsta and SSH KEY
#2: cat ~/.ssh/id_rsa and copy paste in secret SSH_KEY
name: Deploy to Kinsta
on:
push:
branches: [ main ]
jobs:
@doreybenjamin
doreybenjamin / gist:a0e2153894c923409be857017f0b2fbe
Last active April 22, 2023 15:00
Deploy to Kinsta Github Actions Bedrock/Sage10
#Go in your kinsta serv with ssh in terminal and make this two steps :
#1: cat ~/.ssh/id_rsa.pub and copy paste in user setting in kinsta and SSH KEY
#2: cat ~/.ssh/id_rsa and copy paste in secret SSH_KEY
name: Deploy to Kinsta
on:
pull_request:
types: [ labeled ]
push:
branches: [ main ]