new blog post
This commit is contained in:
parent
7922f2c617
commit
47609f3c3c
2 changed files with 227 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue