Skip to content

Commit

Permalink
fix(cd): use secret instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Nov 24, 2023
1 parent 7625196 commit 8272d72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ jobs:
packages: write
steps:
- name: Deploy to production
run: |
curl -X GET ${{ env.CD_URL }}
run: curl -X GET ${{ secrets.CD_URL }}

0 comments on commit 8272d72

Please sign in to comment.