Skip to content

Commit

Permalink
add comment about the environments
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 19, 2023
1 parent 7342983 commit 765f9dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# The Obscuro network is composed of 2 obscuro nodes running on individual vms with SGX. At the moment the workflow
# can onlu be triggered manually as a workflow dispatch.
#
# This script uses GitHub environments for variables and secrets - these are configured on github and
# the environments match the input.testnet_type options

name: '[M] Deploy Testnet L2'
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual-upgrade-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# repository dispatch.
#
# The scheduled deployment runs at 03:05 on every day-of-week.
#
# This script uses GitHub environments for variables and secrets - these are configured on github and
# the environments match the input.testnet_type options

name: '[M] Upgrade Testnet L2'

Expand Down

0 comments on commit 765f9dc

Please sign in to comment.