This commit is contained in:
parent
ed6004c073
commit
c779194800
13
.drone.yml
13
.drone.yml
|
|
@ -12,17 +12,8 @@ server:
|
|||
password: CZkJe4ZlDX7y6WLnSFaH8TH9
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
- name: Deploiement
|
||||
commands:
|
||||
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
|
||||
- cd Oxfam_Interactive_map
|
||||
- cd ~/
|
||||
- cd /home/deliadmin
|
||||
- pwd
|
||||
- ls -al
|
||||
- cd "~/"
|
||||
- pwd
|
||||
- ls -al
|
||||
|
||||
secrets:
|
||||
host:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
- rsync -avhp -e 'ssh -p 1982' ./dist/ ./oxfam/wordpress/lol/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
|
||||
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
|
||||
- cd Oxfam_Interactive_map
|
||||
Loading…
Reference in New Issue
Block a user