|
|
@ -2,8 +2,8 @@ stages: |
|
|
- deploy |
|
|
- deploy |
|
|
|
|
|
|
|
|
# Deployment is done in a reverse manner. |
|
|
# Deployment is done in a reverse manner. |
|
|
# Instead of rsyncing the files on the servers, we notify them. |
|
|
|
|
|
# They will `git pull` the master by themselves. |
|
|
|
|
|
|
|
|
# Instead of rsyncing (uploading) the files on the servers, we notify them. |
|
|
|
|
|
# The server(s) will `git pull` the master by themselves. |
|
|
deploy: |
|
|
deploy: |
|
|
stage: deploy |
|
|
stage: deploy |
|
|
image: appropriate/curl:latest |
|
|
image: appropriate/curl:latest |
|
|
|