From 732b2d9105c1d02b276f231dee4d25d661e79b0a Mon Sep 17 00:00:00 2001 From: hburn7 Date: Thu, 9 May 2024 19:58:49 -0400 Subject: [PATCH] Fix staging ref --- .github/workflows/staging-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index 0e26e25..9a6d5d2 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -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 @@ -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: @@ -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