mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
trying to make a gitlab pages job
This commit is contained in:
parent
e768e64c2e
commit
8efe3226cc
1 changed files with 8 additions and 0 deletions
|
@ -38,3 +38,11 @@ deploy-job: # This job runs in the deploy stage.
|
|||
script:
|
||||
- rsync -e "ssh -o StrictHostKeyChecking=no" -ciIlprz public/ deploy@devurandom.xyz:~/out/
|
||||
- ./upload.sh
|
||||
|
||||
pages:
|
||||
stage: deploy # This is the GitLab pages deploy script.
|
||||
only:
|
||||
- main #Do not run the deploy pipeline on merge requests
|
||||
artifacts:
|
||||
paths:
|
||||
- "public"
|
||||
|
|
Loading…
Add table
Reference in a new issue