Skip to content

Commit

Permalink
๏ฟฝfix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent e1f09a4 commit df6be0a
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 @@ -25,5 +25,5 @@ jobs:
"branch": "${{ github.ref }}",
"source_directory": "./build",
"destination_directory": "/dodam/myinfo",
"config_secret": "${{ secrets.CONFIG_JSON }}"
"config_secret": ${{ secrets.CONFIG_JSON }}
}

0 comments on commit df6be0a

Please sign in to comment.