Skip to content

Commit

Permalink
Update development-main-deployment.yml
Browse files Browse the repository at this point in the history
Experimenting with using the upgraded GitHub workflow for deploying updates.

Signed-off-by: Angelina Uno-Antonison <ange.unoantonison@gmail.com>
  • Loading branch information
SeriousHorncat authored Oct 24, 2023
1 parent 6f0f179 commit d7a81bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/development-main-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: HEAD^
uses: actions/checkout@v4

- 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 d7a81bf

Please sign in to comment.