Remove deploy make stuff
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Andrew Tomaka 2023-02-18 14:43:20 -05:00
parent 9058b36e5a
commit 7af2b851fa
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -2,13 +2,6 @@ build:
bundle exec jekyll build bundle exec jekyll build
docker build . -t atomaka.com docker build . -t atomaka.com
push: build
docker tag atomaka.com:latest docker.atomaka.com/atomaka.com:latest
docker push docker.atomaka.com/atomaka.com:latest
deploy: push
ssh $$SSH_USERNAME@$$SSH_HOST 'docker pull docker.atomaka.com/atomaka.com:latest && docker restart atomaka.com'
review: review:
docker exec -it atomaka.com sh docker exec -it atomaka.com sh