-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7293c2
commit 87bcdb9
Showing
2 changed files
with
5 additions
and
2 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 |
---|---|---|
|
@@ -62,15 +62,16 @@ jobs: | |
# as a base configuration for the new app | ||
- name: Prepare fly.toml for `fly launch --copy-config` | ||
run: | | ||
cp ${{ matrix.project }}/fly.toml . | ||
# cp ${{ matrix.project }}/fly.toml . | ||
cp tasks/fly.toml . | ||
sed -i "s/\.\.\/Dockerfile/Dockerfile/g" fly.toml | ||
|
||
- name: Deploy preview to Fly | ||
id: deploy | ||
uses: superfly/[email protected] | ||
with: | ||
name: pr-${{ github.event.number }}-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ matrix.project }} | ||
config: ${{ matrix.project }}/fly.toml | ||
config: fly.toml | ||
|
||
- name: Comment preview url to pull-request | ||
uses: thollander/actions-comment-pull-request@v2 | ||
|
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