mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
updated upload script to no longer require making a file
This commit is contained in:
parent
8a788156d5
commit
89b1e88f70
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ deploy-job: # This job runs in the deploy stage.
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- curl https://gitlab.com/dev_urandom/neocities-uploader/-/raw/main/upload.sh?inline=false > upload.sh
|
- curl https://gitlab.com/dev_urandom/neocities-uploader/-/raw/main/upload.sh?inline=false > upload.sh
|
||||||
- chmod +x upload.sh
|
- chmod +x upload.sh
|
||||||
- echo "N_USER=\"${NEOCITIES_USERNAME@Q}\"" > upload.pwd
|
|
||||||
- echo "N_PWD=\"${NEOCITIES_PASSWORD@Q}\"" >> upload.pwd
|
|
||||||
script:
|
script:
|
||||||
- rsync -e "ssh -o StrictHostKeyChecking=no" -ciIlprz out/ deploy@devurandom.xyz:~/out/
|
- rsync -e "ssh -o StrictHostKeyChecking=no" -ciIlprz out/ deploy@devurandom.xyz:~/out/
|
||||||
- ./upload.sh
|
- ./upload.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue