Changeset 3259679
- Timestamp:
- 03/21/2025 11:48:23 AM (12 months ago)
- File:
-
- 1 edited
-
roxpay-gateway/trunk/bitbucket-pipelines.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roxpay-gateway/trunk/bitbucket-pipelines.yml
r3259678 r3259679 1 1 image: alpine 2 2 3 pipelines: 3 4 branches: … … 6 7 name: Deploy to WordPress SVN 7 8 script: 8 - apk add --no-cache subversion rsync 9 - apk add --no-cache subversion rsync # Install SVN & rsync 9 10 - svn checkout --username $SVN_USERNAME $SVN_DEPLOY_URL svn 10 11 - rsync -r --delete --exclude=".git" --exclude=".bitbucket" ./ svn/trunk/ … … 12 13 - svn add --force trunk/* 13 14 - svn commit -m "Deploying new version from Bitbucket" --username $SVN_USERNAME --password $SVN_PASSWORD 14 15 15 - svn copy trunk tags/1.0.1 # Create a new tag 16 - svn commit -m "Tagging version 1.0.1" --username $SVN_USERNAME --password $SVN_PASSWORD
Note: See TracChangeset
for help on using the changeset viewer.