Skip to content

Commit

Permalink
Update development-main-deployment.yml
Browse files Browse the repository at this point in the history
Reminded that the GitHub Checkout Action@4 requires the usage of Nodejs 20, unfortunately, the system doesn't have the neccesary C++ library bindings to support a partial Nodejs 20 installation at this time.

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

- 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

0 comments on commit 56116c3

Please sign in to comment.