This commit is contained in:
parent
6fbfec5d96
commit
e430af3890
|
|
@ -15,7 +15,7 @@ steps:
|
||||||
- name: greeting
|
- name: greeting
|
||||||
commands:
|
commands:
|
||||||
- echo "####Synchronisation des Themes"
|
- echo "####Synchronisation des Themes"
|
||||||
- rsync -avhp -e 'ssh -p 1982' ./dist/ $(HOST):~/oxfam/wordpress/lol/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
|
- rsync -avhp -e 'ssh -p 1982' ./dist/ ${HOST}:~/oxfam/wordpress/lol/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
|
||||||
secrets:
|
secrets:
|
||||||
host:
|
host:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user