diff --git a/.github/workflows/workflow_template.yml b/.github/workflows/workflow_template.yml index b17766e..3d9724c 100644 --- a/.github/workflows/workflow_template.yml +++ b/.github/workflows/workflow_template.yml @@ -12,10 +12,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: List workspace files + - name: List repository files run: ls -la - name: Deploy nginx configuration run: | - sudo /usr/bin/cp ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf + sudo /usr/bin/cp -v ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf + sudo /usr/bin/nginx -t sudo /usr/bin/systemctl reload nginx