diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e7093..5ba5f89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - deploy - notification deploy-site: @@ -28,6 +27,8 @@ success_notification: script: - wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh - chmod +x send.sh + - ls -a + - find . -name send.sh -maxdepth 3 - ./send.sh success $WEBHOOK_URL when: on_success failure_notification: