-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rm dev compose (rocket doesn't do hot reloading out of the box anyway…
…), remove placeholders in deploy.yaml, and fix sample file checker
- Loading branch information
Showing
3 changed files
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,4 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
#REMOVE_ME_AFTER_EDITING - Replace the following line with the list of environment variables you want to pass to the action | ||
# or remove the lines if you don't need to pass any environment variables/secrets to the action | ||
with: | ||
config-env-vars: ENV1 ENV2 | ||
env: | ||
ENV1: ${{ secrets.ENV1 }} | ||
ENV2: ${{ secrets.ENV2 }} | ||
uses: DefangLabs/[email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters