Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
InitialXKO authored Dec 19, 2023
1 parent 4c81008 commit 7178dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .container-hosting/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ amber exec -v --unmasked -- sh -c ''"ssh $SSH_ARGS"' dokku@$DOKKU_HOST -C $CONTA
DB_PORT=$DJANGO_DB_PORT'


amber exec -v --unmasked -- sh -c ''"ssh $SSH_ARGS"' dokku@$DOKKU_HOST -C $CONTAINER_HOSTING_API_KEY dokku git:sync --build $APP_NAME https://github.com/'"$GIT_USERNAME_OR_ORG"'/'"$GIT_REPO_NAME"'.git main'
#amber exec -v --unmasked -- sh -c ''"ssh $SSH_ARGS"' dokku@$DOKKU_HOST -C $CONTAINER_HOSTING_API_KEY dokku git:from-image $APP_NAME justsong/one-api:latest'

# Assign letsencrypt wildcard certificate
# Note that SSH_ARGS are not stored in amber, which is why they are expanded
Expand Down

0 comments on commit 7178dc5

Please sign in to comment.