Update deploy.yml

This commit is contained in:
dank074 2021-09-16 17:32:57 -05:00 committed by GitHub
parent 8e33d3e4c8
commit e8ec8953ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: cleanup - name: cleanup
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react run: echo ${{secrets.DEPLOY_PASSWORD}} | sudo -S chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install & Build - name: Install & Build