ci: add master deploy pipeline (deploys to TARGET_MASTER_DIR)
Deploy to Production on Master Push / deploy (push) Successful in 22s
Details
Deploy to Production on Master Push / deploy (push) Successful in 22s
Details
This commit is contained in:
parent
e063b3cd4a
commit
312d2348a6
|
|
@ -1,9 +1,9 @@
|
||||||
name: Deploy to Production on Develop Push
|
name: Deploy to Production on Master Push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
--exclude="tools/" \
|
--exclude="tools/" \
|
||||||
-e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
|
-e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
|
||||||
./ \
|
./ \
|
||||||
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
|
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_MASTER_DIR }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue