Skip to content

Commit

Permalink
Merge branch 'main' into 48-fix-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
egalvis39 committed Nov 15, 2023
2 parents 160fc3d + 36a0aa3 commit a812762
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
name: Connect to server and update docker image
run: |-
echo "** Connecting to testing server **"
# Update the apt package index
sudo apt-get update -qq
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:
stack_name=$(echo ${domain} | tr -d '.')
service=$(echo ${domain} | cut -d '.' -f1)
menuflow_service="${stack_name}_${service}-menuflow"
echo " >> Remove the service if exists"
ssh -tt ${{ secrets.HOST_TESTING }} " \
if docker service ps ${menuflow_service}; then \
Expand Down

0 comments on commit a812762

Please sign in to comment.