Skip to content

Commit

Permalink
Merge pull request municipio-se#34 from helsingborg-stad/master
Browse files Browse the repository at this point in the history
Deployment configs
  • Loading branch information
Sven65 authored Aug 7, 2024
2 parents 8fd8e57 + 6ca8680 commit 29cabe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
deploy-host-web-server-user: ${{ secrets.WEB_SERVER_USER_PROD }}
deploy-host-pagecache-path: ${{ secrets.DEPLOY_LS_PAGECACHE_PATH }}
php-version: ${{ secrets.PHP_VERSION }}
kill-lsphp: true
github-token: ${{ secrets.GITHUB_TOKEN }}
acf-url: ${{ secrets.ACF_URL }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
deploy-host-web-server-user: ${{ secrets.WEB_SERVER_USER_STAGE }}
deploy-host-pagecache-path: ${{ secrets.DEPLOY_LS_PAGECACHE_PATH_STAGE }}
php-version: ${{ secrets.PHP_VERSION }}
kill-lsphp: true
github-token: ${{ secrets.GITHUB_TOKEN }}
acf-url: ${{ secrets.ACF_URL }}

0 comments on commit 29cabe4

Please sign in to comment.