Merge branch 'main' of ssh://git.autonomic.zone:2222/autonomic-cooperative/etcskel-32m
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
9ebcc97ebf
@ -2,10 +2,10 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deploy to docker container
|
name: deploy to docker container
|
||||||
steps:
|
steps:
|
||||||
- name: remove .git and scripts/
|
- name: remove .git
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
commands:
|
commands:
|
||||||
- rm -r .git/ scripts/
|
- rm -r .git/
|
||||||
# - name: php syntax check
|
# - name: php syntax check
|
||||||
# image: php:8.0.10-cli
|
# image: php:8.0.10-cli
|
||||||
# commands:
|
# commands:
|
||||||
@ -26,7 +26,7 @@ steps:
|
|||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_smol-wp.autonomic.zone
|
from_secret: drone_ssh_smol-wp.autonomic.zone
|
||||||
depends_on:
|
depends_on:
|
||||||
- remove .git and scripts/
|
- remove .git
|
||||||
- name: notify on failure
|
- name: notify on failure
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user