diff --git a/.drone.yml b/.drone.yml index d488302..8a795f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: deploy to swarm-test.autonomic.zone steps: - name: deployment - image: decentral1se/stack-ssh-deploy:0.0.1 + image: decentral1se/stack-ssh-deploy:latest settings: compose: compose.yml host: swarm-test.autonomic.zone diff --git a/backup.d/fr_microsites_wordpress.yml b/backup.d/fr_microsites_wordpress.yml index 901744c..68e2334 100644 --- a/backup.d/fr_microsites_wordpress.yml +++ b/backup.d/fr_microsites_wordpress.yml @@ -3,7 +3,7 @@ version: "3.8" services: backupbot: - image: "decentral1se/backup-bot:0.0.1" + image: "decentral1se/backup-bot:latest" networks: - backend volumes: diff --git a/backup.d/fr_singlesite_wordpress.yml b/backup.d/fr_singlesite_wordpress.yml index e1a0cf6..64bc1c3 100644 --- a/backup.d/fr_singlesite_wordpress.yml +++ b/backup.d/fr_singlesite_wordpress.yml @@ -3,7 +3,7 @@ version: "3.8" services: backupbot: - image: "decentral1se/backup-bot:0.0.1" + image: "decentral1se/backup-bot:latest" networks: - backend volumes: