Skip to content

Commit

Permalink
Deployment arguments added
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanProgramming committed Oct 10, 2021
1 parent 3242f28 commit 357dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
host: ${{ secrets.REMOTE_HOST_ADDRESS }}
username: root
password: ${{ secrets.REMOTE_HOST_PASSWORD }}
script: sh redeploy_tuda.sh
script: sh redeploy_tuda.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.actor }} ${{ github.repository }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 357dc6e

Please sign in to comment.