Skip to content

Commit

Permalink
Merge pull request #184 from osu-tournament-rating/hotfix/staging-ref
Browse files Browse the repository at this point in the history
Fix staging ref
  • Loading branch information
hburn7 authored May 9, 2024
2 parents 9a29890 + 732b2d9 commit cbcfd26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: staging
ref: master

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: staging
ref: master
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: staging
ref: master
- name: Create .env files
run: |
echo "${{ secrets.ENV }}" > .env
Expand Down

0 comments on commit cbcfd26

Please sign in to comment.