Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1bd370

Browse filesBrowse files
committed
feature(deployment) activate app
1 parent d7f1d53 commit a1bd370
Copy full SHA for a1bd370

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/deploy-int.yaml

Copy file name to clipboardExpand all lines: .github/workflows/deploy-int.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: |
3939
touch .env
4040
echo STRIPE_SECRET_KEY=${{ secrets.STRIPE_SECRET_TEST_KEY }} >> .env
41-
echo DATABASE_URL=${{ secrets.STRIPE_SECRET_TEST_KEY }} >> .env
41+
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
4242
echo APP_DOMAIN=https://fullstackjack.dev >> .env
4343
echo RELEASE_VERSION=${GITHUB_REF} >> .env
4444
echo GITHUB_SHA=${{ github.sha }} >> .env
@@ -127,5 +127,5 @@ jobs:
127127
ln -s -n -f $RELEASE_PATH $ACTIVE_RELEASE_PATH
128128
systemctl restart fullstackjack
129129
chown -R www-data:www-data ${RELEASE_PATH}
130-
chown -R www-data:www-data /var/www/html/database
130+
chown -R root:root /var/www/html/database
131131
cd /var/www/html/database && npx prisma migrate deploy

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.