Compare commits
No commits in common. "master" and "kristijan-dev" have entirely different histories.
master
...
kristijan-
|
|
@ -1,9 +1,9 @@
|
|||
name: Deploy to Production on Master Push
|
||||
name: Deploy to Production on Develop Push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
--exclude="tools/" \
|
||||
-e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
|
||||
./ \
|
||||
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_MASTER_DIR }}
|
||||
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue