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