new blog post

This commit is contained in:
Firq 2023-03-17 18:56:34 +01:00
parent 7922f2c617
commit 47609f3c3c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 227 additions and 1 deletions

View file

@ -40,7 +40,6 @@ deploy-site:
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- echo "SSH setup completed"
script:
- echo "Getting artifacts"
- ls public
@ -65,6 +64,7 @@ success_notification:
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
when: on_success
failure_notification:
stage: notification
before_script: