Skip to content

Commit

Permalink
Update workflow_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haahauge authored and GitHub Enterprise committed Mar 19, 2025
1 parent 1e50a66 commit b6c7aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b6c7aa6

Please sign in to comment.