Compare commits
No commits in common. "5ada905a4d33db17b8d63f06a48b1fbbd05f59ee" and "c600385fab6d90cc1458b88e0ccdb7270e96b4ea" have entirely different histories.
5ada905a4d
...
c600385fab
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ steps:
|
|||
- export PATH=/opt/ldid:$PATH
|
||||
- yarn package
|
||||
when:
|
||||
event: push
|
||||
event: tag
|
||||
branch: main
|
||||
rsync_prod:
|
||||
image: alpine
|
||||
|
@ -46,7 +46,7 @@ steps:
|
|||
- echo "$SSH_KEY" | tr -d '\r' | ssh-add -
|
||||
- rsync -e "ssh -o StrictHostKeyChecking=no" -r ./bin vylpes@192.168.1.115:/home/vylpes/apps/random-bunny/random-bunny_prod
|
||||
when:
|
||||
event: push
|
||||
event: tag
|
||||
branch: main
|
||||
|
||||
# Package stage build
|
||||
|
|
Loading…
Reference in a new issue