A Pen by Blueport UI Dev Team on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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: |