Skip to content

Commit

Permalink
Attempted fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 11, 2025
1 parent 640eef5 commit b66e3a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Build Docker images if there are any changes
- name: Build Docker images
run: docker compose build --no-cache
run: sudo docker compose build --no-cache

# Start Docker containers (detached mode)
- name: Start Docker containers
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: self-hosted

steps:
- name: who am I
run: whoami

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit b66e3a2

Please sign in to comment.