Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anuprshetty committed Jan 12, 2024
1 parent 97b0d11 commit adc245a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RENDER_PLATFORM_DEPLOY_HOOK=
20 changes: 20 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,26 @@
"label": "web_app->flask_shell",
"command": ". .venv/bin/activate && flask shell"
},
{
"label": "web_app->github_workflows->1.act_list",
"command": "act --list"
},
{
"label": "web_app->github_workflows->2.act_graph",
"command": "act --graph"
},
{
"label": "web_app->github_workflows->3.act_dryrun",
"command": "act --dryrun"
},
{
"label": "web_app->github_workflows->4.act_run",
"command": "act --rm --secret-file ./.github/.secrets"
},
{
"label": "web_app->github_workflows->5.act_clean",
"command": "act --dryrun"
},
{
"label": "web_app->run_on->docker_compose->up",
"command": "docker compose up --build --detach"
Expand Down

0 comments on commit adc245a

Please sign in to comment.