Removing main deployment job
This commit is contained in:
parent
fd63601dda
commit
a5731a48c3
@ -57,22 +57,24 @@ pages:
|
||||
- public/
|
||||
|
||||
# Deploys to the main blog
|
||||
deploy-shockrah.xyz:
|
||||
stage: deploy
|
||||
image: shockrah/ansible:latest
|
||||
needs:
|
||||
- build-shockrah.xyz
|
||||
dependencies:
|
||||
- build-shockrah.xyz
|
||||
before_script:
|
||||
- eval "$(ssh-agent -s)"
|
||||
- echo "${CI_USER_KEY}" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh/
|
||||
- chmod 700 ~/.ssh/
|
||||
- ssh-keyscan shockrah.xyz 2>&1 >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- ansible-playbook -i $INVENTORY scripts/deploy-blog.yml
|
||||
# TODO: make sure this works with the latest infrastructure as the
|
||||
# server is used to deploy to is now gone
|
||||
#deploy-shockrah.xyz:
|
||||
# stage: deploy
|
||||
# image: shockrah/ansible:latest
|
||||
# needs:
|
||||
# - build-shockrah.xyz
|
||||
# dependencies:
|
||||
# - build-shockrah.xyz
|
||||
# before_script:
|
||||
# - eval "$(ssh-agent -s)"
|
||||
# - echo "${CI_USER_KEY}" | tr -d '\r' | ssh-add -
|
||||
# - mkdir -p ~/.ssh/
|
||||
# - chmod 700 ~/.ssh/
|
||||
# - ssh-keyscan shockrah.xyz 2>&1 >> ~/.ssh/known_hosts
|
||||
# - chmod 644 ~/.ssh/known_hosts
|
||||
# script:
|
||||
# - ansible-playbook -i $INVENTORY scripts/deploy-blog.yml
|
||||
|
||||
|
||||
# Deploy to neocities via their curl api
|
||||
|
Loading…
Reference in New Issue
Block a user