Skip to content

Commit

Permalink
ci: fix deploy gcsst-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrshat committed Oct 22, 2024
1 parent f55d89e commit d3abd98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
working-directory: gcsst-ui
run: cat .env

- name: Change to gcsst-ui directory
- name: change_to_gcsst_ui_dir
run: cd gcsst-ui

- name: deploy
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy_gcsst_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'gcsst-ui-v*.*.*'
workflow_dispatch:

jobs:
deploy:
Expand All @@ -29,6 +30,9 @@ jobs:
- name: display_env
run: cat gcsst-ui/.env

- name: change_to_gcsst_ui_dir
run: cd gcsst-ui

- name: deploy
uses: shuttle-hq/deploy-action@v2
with:
Expand Down

0 comments on commit d3abd98

Please sign in to comment.