mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-24 06:28:37 +01:00
Fetch latest docker compose file during build
This commit is contained in:
@@ -31,7 +31,9 @@ pipeline:
|
|||||||
key:
|
key:
|
||||||
from_secret: digitalocean_key
|
from_secret: digitalocean_key
|
||||||
script:
|
script:
|
||||||
- service luxmed-bot restart
|
- service luxmed-bot stop
|
||||||
|
- (cd ~/luxmed-bot && rm -f docker-compose.yml && wget https://raw.githubusercontent.com/dyrkin/luxmed-booking-service/master/docker/docker-compose.yml)
|
||||||
|
- service luxmed-bot start
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
Reference in New Issue
Block a user