Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmebaBrain committed Jun 9, 2024
1 parent 7d49d49 commit 8a152da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: ./.github/workflows/deploy_job.yml
with:
ENV_NAME: prd
ARTIFACT: ${{ env.ARTIFACT }}
ARTIFACT: ${{ needs.build.outputs.artifact }}
REMOTE_HOST: ${{ vars.PRD_SERVER_HOST }}
REMOTE_PORT: ${{ fromJSON(vars.PRD_SSH_PORT) }}
REMOTE_USER: ${{ vars.PRD_SERVER_USER}}
Expand Down

0 comments on commit 8a152da

Please sign in to comment.