actions/pages/pages.yml

13 lines
405 B
YAML
Raw Normal View History

steps:
pushme:
image: ubuntu
2024-07-26 15:27:40 -04:00
secrets: [ gittoken ]
commands:
- chmod -R a+w .
- apt update
- apt install -y git wget
2024-07-26 15:27:40 -04:00
- git remote set-url origin https://$GITTOKEN@git.ttnrtsite.me/<username or org>/<repo name>
- wget https://git.ttnrtsite.me/TTNRT/actions/raw/branch/main/pages/run.sh
- chmod +x run.sh
- bash run.sh <path here>
- echo "Done!"