Skip to content

am I done

am I done #9

Workflow file for this run

name: bryce Deploy Thingy
on: [push]
jobs:
DeployingPipeline:
runs-on: brycelabel
steps:
- name: "clean things up"
run: |
rm -rf ./ticketsrus-aaron-bryce-carlos
- name: "clone project"
run: git clone https://${{secrets.BRYCE_GITHUB_PAT}}@github.com/SnowSE/ticketsrus-aaron-bryce-carlos.git
- name: "run the build command"
run: |
cd ./ticketsrus-aaron-bryce-carlos/BryceDocker
docker compose up --build -d