Skip to content

Commit

Permalink
added more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecoon committed Feb 16, 2024
1 parent 826b9f2 commit 1f685f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/brycerunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ jobs:
DeployingPipeline:
runs-on: brycelabel
steps:
- name: clean up
- name: "clean up"
run:

- name: clone project
- name: "clone project"
run: git clone https://${{secrets.BRYCE_GITHUB_PAT}}@github.com/SnowSE/ticketsrus-aaron-bryce-carlos.git

- name: run the build command
- name: "run the build command"
run: |
cd ./ticketsrus-aaron-bryce-carlos/BryceDocker
docker-compose up --build -d
Expand Down

0 comments on commit 1f685f7

Please sign in to comment.