Skip to content

Commit

Permalink
Change secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Nov 1, 2024
1 parent bab91ef commit b375f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .semaphore/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blocks:
- name: main-deploy
task:
secrets:
- name: heroku-http
- name: semeli
env_vars:
- name: DOKKU_APP_NAME
value: semeli
Expand All @@ -18,4 +18,5 @@ blocks:
commands:
- checkout --use-cache
- git remote add dokku ssh://dokku@$DOKKU_SERVER_IP:22/$DOKKU_APP_NAME
- chmod 600 /home/semaphore/.ssh/hetzner-github.key
- git push dokku -f $SEMAPHORE_GIT_BRANCH:main

0 comments on commit b375f84

Please sign in to comment.