Remove Sudo from deploy job

This commit is contained in:
Alexander Hosking 2022-04-15 14:10:10 -04:00
parent 478e937c22
commit b97aa9afb7

View File

@ -19,6 +19,6 @@ buiild job:
deploy job:
stage: deploy
script:
- sudo apt-get update -qy
- sudo apt-get install curl -y
- apt-get update -qy
- apt-get install curl -y
- curl period.ahosking.com/reload?password=BananaHammocks