Skip to content

Commit

Permalink
Urgent fix: Node20 dependency for GitHub Checkout Action v4 missing l…
Browse files Browse the repository at this point in the history
…ibraries on target system; downgrading temporarily

Signed-off-by: Angelina Uno-Antonison <[email protected]>
  • Loading branch information
SeriousHorncat authored Oct 9, 2023
1 parent 2dff4c5 commit c164d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-main-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: HEAD^

- name: Deploy Production Rosalution Build to Developer DevOps Server
run: sudo -E docker stack deploy --prune --with-registry-auth --compose-file docker-compose.production.yml rosalution-prod
run: sudo -E docker stack deploy --prune --with-registry-auth --compose-file docker-compose.production.yml rosalution-prod

0 comments on commit c164d0c

Please sign in to comment.